ProjectInstrumentationSettings

Properties

Link copied to clipboard
abstract val disabledForTestTasks: SetProperty<String>

Specifies not to use test task with passed names to measure coverage. These tasks will also not be called when generating Kover reports and these tasks will not be instrumented even if you explicitly run them.

Link copied to clipboard
abstract val excludedClasses: SetProperty<String>

Disable instrumentation in test tasks of specified classes

Link copied to clipboard
abstract val includedClasses: SetProperty<String>

Enable instrumentation in test tasks only of specified classes. All other classes will not be instrumented.